pp108 : onafterrename Event

onafterrename Event


This event is fired after a node is renamed

Syntax

Inline HTML

<div cordysType="wcp.library.ui.Tree"  id=treeID treeData=treeDataID treeSchema=treeSchemaID onafterrename="handler()" >
...
</div>

Event Property

treeID.onafterrename = handler


Event Information

To invoke


1.Press the F2 key
2.Double-click on the node
3.Call the rename method for the node


Event Object Properties

Property

Description

selectedNode

Object that refers to the node whose description has been renamed


See Also


tree